home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_885 / BUTTONCONDACTION on(release, keyPress e).as
Text File  |  2002-05-21  |  148b  |  11 lines

  1. on(release, keyPress "e"){
  2.    if(state == 3)
  3.    {
  4.       gotoAndStop(797);
  5.    }
  6.    else if(state == 4)
  7.    {
  8.       gotoAndStop(964);
  9.    }
  10. }
  11.